Jump to content

6 posts in this topic

Recommended Posts

Posted

https://pasteboard.co/HwL9ewK.png

 

I get this error when I try to compile.

I’m using Electra 11.3.1 

I have 9.3 , 10.3 , 11.2 sdk 

I tried moving 10.3 and 11.2 to another file to just test and it was almost working and it said can’t find architecture. I guess those files are needed but at the same time they are blocking sonething. I’m waiting for help Thanks :)

Posted

It’s a known issue, we’ll be fixing it soon!

For now just remove/comment out the openURL part of the code.

  • Like 2
Posted

 

13 hours ago, DiDA said:

For now just remove/comment out the openURL part of the code.

Hi @DiDA

can you tell me what should i remove ?

UIAlertAction *iosgods = [UIAlertAction actionWithTitle:@"Visit iOSGods.com!" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action){

    [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"]];

    }];

 

    UIAlertAction *clubs = [UIAlertAction actionWithTitle:@"Visit the Clubs!" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action){

    [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/clubs/"]];

    }];

 
Posted
1 minute ago, godfather9797 said:

 

Hi @DiDA

can you tell me what should i remove ?

UIAlertAction *iosgods = [UIAlertAction actionWithTitle:@"Visit iOSGods.com!" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action){

    [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"]];

    }];

 

    UIAlertAction *clubs = [UIAlertAction actionWithTitle:@"Visit the Clubs!" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action){

    [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/clubs/"]];

    }];

 

[[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"]];

Comment that out on both buttons.

  • Like 1
Posted
25 minutes ago, godfather9797 said:

 

Hi @DiDA

can you tell me what should i remove ?

UIAlertAction *iosgods = [UIAlertAction actionWithTitle:@"Visit iOSGods.com!" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action){

    [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"]];

    }];

 

    UIAlertAction *clubs = [UIAlertAction actionWithTitle:@"Visit the Clubs!" style:UIAlertActionStyleDefault handler:^(UIAlertAction *action){

    [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/clubs/"]];

    }];

 

Read what he wrote above again

  • Like 1
Posted
4 minutes ago, Laxus said:

Read what he wrote above again 

delete these Comments

[[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/forum/13-free-jailbroken-cydia-cheats/"]];
[[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://iosgods.com/clubs/"]];

solve the problem

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines