Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

App working over Cydia - Empty Array when building from Xcode #8

Closed
PhilWacker opened this issue Jul 29, 2012 · 2 comments
Closed

App working over Cydia - Empty Array when building from Xcode #8

PhilWacker opened this issue Jul 29, 2012 · 2 comments

Comments

@PhilWacker
Copy link

Hi,

when I'm loading the app over the cydia store on an jailbroken iPhone with iOS 5 the app works and displays the various networks.
However, when I'm building the app myself from Xcode I don't get any wifi signals (I guess there are permissions missing to read the wifi signals)...

If I copy the app directly into the /Applications folder and assign all rights, the app doesnt start. The splash-screen is shortly displayed but then returns to the springboard.

Am I missing a step when I'm compiling the app myself?

Thank you for your help

Phil

@RobertoEstrada
Copy link
Owner

Check that you have properly setup Xcode to appropiately fake the codesign, that bug gave me months of headaches because it didn't ran on iOS 5. There are many tutorials out there to accomplish that task.

On iOS 5, to access to the WiFi library functions the app must run from /Applications to get the adequate permissions.

@PhilWacker
Copy link
Author

Thanks for the quick reply. I'll look into that. I thought that fake code signing was not necessary as I'm a certified developer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants