Search results for

“show when run”

115,100 results found

Post

Replies

Boosts

Views

Activity

Free Provisioning failing
So, I downloaded Xcode 7 and installed it to be able to use free provisioning to test my app on an iPhone running iOS 8.3 before subscribing to the developer program. Connecting my iPhone, I see it in the toolbar and on the device list in Devices window.I also added my Apple ID in the Preferences' Accounts Tab and it shows Free under iOS and Mac next to my name. Nevertheless when hitting the play/build-and-run button Xcode at first starts building the app but before transferring, I guess, it stops and tells me it was Unable to find a team with the given Team ID '<My ID>' to which you belong. Please contact Apple Developer Program Support. https://developer.apple.com/support, any suggestions what to do?I removed and added my account several times, getting the same message all of the times.
2
0
1.3k
Jun ’15
Can't fetch JSON due to NSInvalidArgumentException
Hey guys,since NSURLConnection is deprecated in iOS 9, I'm trying to replace it with the recommended NSURLSession. When the completion handler of my NSURLSessionDataTask is getting called my app terminates due to an uncaught exception 'NSInvalidArgumentException' – the reason: 'data parameter is nil'. Of course a corrupt URL can be the reason for this error, but I've already checked that. Now, let me show you my code:- (void)downloadItemsWithQuery:(NSString *)searchString { NSString *theQuery = [searchString uppercaseString]; NSString *encodedString = [theQuery stringByAddingPercentEncodingWithAllowedCharacters: [NSCharacterSet characterSetWithCharactersInString:@!*'();:@&=+$,/?%#[]]]; NSURL *theURL = [NSURL URLWithString:[NSString stringWithFormat: @http://alexpoets.com/VPlan/service.php?klasse=%@, encodedString]]; NSURLSessionDataTask *dataTask = [[NSURLSession sharedSession] dataTaskWithURL:theURL completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) { _downloadedData = [[
13
0
4.0k
Jun ’15
Reply to app won't run
I think the problem lies in that it takes a very long time to install the apps. 5+ minutes for me for simple apps.What I end up doing that works for me is Build/run the iPhone app from Xcode to deploy itStop debugging the app in XcodeMake sure Show App on Apple Watch is enabled for my app in the Apple Watch app on the iPhoneSwitch to the Watch and wait untill the new version of the app is installed (takes forever)Manually launch the app.For the most part I do the same using the Simulator as the install is instant.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Urgent: All my provisioning profiles suddenly expired and all apps stopped working
I signed in this morning to developer.apple.com to find that I need to sign some contract with the new terms of service. I couldn't even access most of the site before I signed it. So I did.After that I visited my provisioning profiles section https://developer.apple.com/account/ios/profile/profileList.action?type=production to find that all my provisioning profiles have become expired.Also my apps already on the appstore started crashing. They crash upon launching. Currently none of my users are able to use the app unless they redownload the app from the appstore. I don't know why it works if you redownload it, but I am guessing it has something to do with the provisioning profile issue since:1. this issue is not unique to one app2. I didn't even submit a new version. The apps were running perfectly fine until a few days ago.3. I tried renewing one of the provisioning profiles for a test app and rebuilt it, and the test app started working again.Right now I don't know what I am supposed to do. My us
3
0
1.7k
Jun ’15
Reply to Battery Use Worse
One thing I am seeing here is that the time required to update the watchOS app can be very long after the iOS app is installed and running. It can take almost 60 seconds for a very simple watch app. That process also seems to eat up a lot of watch battery.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Xcode 7 crashes on startup
I've downloaded the .dmg, copied to Applications, waited for the verification - said 'open' once the verification is done then Xcode crashes. I'm running 10.10.3 which I think should work. I've tried uninstalling, re-downloading and re-doing the process with not luck. Has anyone else encountered this problem? Thanks.This is the error:Process: Xcode [396]Path: /Applications/Xcode-beta.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 7.0 (8123.26)Build Info: IDEFrameworks-8123026000000000~7Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [396]User ID: 501Date/Time: 2015-06-10 17:25:29.684 -0400OS Version: Mac OS X 10.10.3 (14D136)Report Version: 11Anonymous UUID: A4A041F0-414B-EB94-4B70-43B0C8715464Time Awake Since Boot: 320 secondsCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Application Specific Information:ProductBuildVersion: 7A120fASSERTION FAILURE in /Library/Caches/
6
0
2k
Jun ’15
US iTunes Broken
I am having tonnes of issues with the US store (latest iTunes):.The app freezes on both my PCs and my Mac if I browse apps for more than a short while. Says Not Responding when I look at active apps.Games sub categories are broken e.g. Board just shows the main games best sellers, not the sub category ones. How are customers supposed to find anything?Games sub category Free Apps section only shows apps with IAPs, i.e. no free ones. Not every customer will want to be fleeced by IAPs.Numerous drop down boxes with only one item (so why a drop down box?)Bestsellers list is ordered alphabetically.Anybody else? I emailed Apple support and they said it was working just fine.
0
0
142
Jun ’15
New File/Folder Permissions?
Hi,After upgrading from Yosemite to El Capitan Beta, I tried to edit in /System/Library/LaunchDaemons/ssh.plist to change the default SSH port to a custom one. This is the process I've been using for a couple of years.The problem is that El Capitan doesn't allow me to change anything in this folder (not even with sudo). The folder and its files are marked as restricted' when I list the contents with ls -lO. The same folder listing in previous versions of OS X does not show restricted.Is this something new to OS X El Capitan? How can I edit files/folders that are restricted?Regards,Spencer
1
0
427
Jun ’15
Reply to Xcode 7 crashes when trying to select the Main.storyboard.
Thank God! Oops, sorry :-) I was beginning to think I was the only one with this problem. I can open the storyboard in an OS X app, but I can't open the storyboard in any ios app. And you're right, it builds and runs just fine. Maybe the next update will fix this.
Replies
Boosts
Views
Activity
Jun ’15
Free Provisioning failing
So, I downloaded Xcode 7 and installed it to be able to use free provisioning to test my app on an iPhone running iOS 8.3 before subscribing to the developer program. Connecting my iPhone, I see it in the toolbar and on the device list in Devices window.I also added my Apple ID in the Preferences' Accounts Tab and it shows Free under iOS and Mac next to my name. Nevertheless when hitting the play/build-and-run button Xcode at first starts building the app but before transferring, I guess, it stops and tells me it was Unable to find a team with the given Team ID '<My ID>' to which you belong. Please contact Apple Developer Program Support. https://developer.apple.com/support, any suggestions what to do?I removed and added my account several times, getting the same message all of the times.
Replies
2
Boosts
0
Views
1.3k
Activity
Jun ’15
Reply to Free Provisioning failing
Starting this fall in Xcode 7, everyone who has an Apple ID and is over 13 years old will be able to build apps that run directly on their Apple devices without joining a developer program.Look at here - https://developer.apple.com/education/
Replies
Boosts
Views
Activity
Jun ’15
Can't fetch JSON due to NSInvalidArgumentException
Hey guys,since NSURLConnection is deprecated in iOS 9, I'm trying to replace it with the recommended NSURLSession. When the completion handler of my NSURLSessionDataTask is getting called my app terminates due to an uncaught exception 'NSInvalidArgumentException' – the reason: 'data parameter is nil'. Of course a corrupt URL can be the reason for this error, but I've already checked that. Now, let me show you my code:- (void)downloadItemsWithQuery:(NSString *)searchString { NSString *theQuery = [searchString uppercaseString]; NSString *encodedString = [theQuery stringByAddingPercentEncodingWithAllowedCharacters: [NSCharacterSet characterSetWithCharactersInString:@!*'();:@&=+$,/?%#[]]]; NSURL *theURL = [NSURL URLWithString:[NSString stringWithFormat: @http://alexpoets.com/VPlan/service.php?klasse=%@, encodedString]]; NSURLSessionDataTask *dataTask = [[NSURLSession sharedSession] dataTaskWithURL:theURL completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) { _downloadedData = [[
Replies
13
Boosts
0
Views
4.0k
Activity
Jun ’15
Reply to Xcode 7 crashes when trying to select the Main.storyboard.
FWIW, I also see that all the @IBOutlets in my (all-Swift) source are displaying in Xcode as unlinked from my storyboard/.xibs (even though, as I said, I can run the app just fine).
Replies
Boosts
Views
Activity
Jun ’15
iBeacon ranging stops suddenly in iOS 8.3
I am running iOS 8.3 on my devices. My app is ranging for my iBeacon proximity UUID and I see that suddenly, the ranging stops (the didRangeBeacons stops getting called). I have tried to reboot the device and that works sometimes. Is there a known bug (I know there was one similar in 7.1 but fixed)? How do I make my app work?
Replies
2
Boosts
0
Views
368
Activity
Jun ’15
Reply to app won't run
I think the problem lies in that it takes a very long time to install the apps. 5+ minutes for me for simple apps.What I end up doing that works for me is Build/run the iPhone app from Xcode to deploy itStop debugging the app in XcodeMake sure Show App on Apple Watch is enabled for my app in the Apple Watch app on the iPhoneSwitch to the Watch and wait untill the new version of the app is installed (takes forever)Manually launch the app.For the most part I do the same using the Simulator as the install is instant.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Free Provisioning failing
Still got it to run just this second! Don't know how but removing the ID and adding it in again, then clicking on View Details… and reloading the provisioning profile list helped.
Replies
Boosts
Views
Activity
Jun ’15
Urgent: All my provisioning profiles suddenly expired and all apps stopped working
I signed in this morning to developer.apple.com to find that I need to sign some contract with the new terms of service. I couldn't even access most of the site before I signed it. So I did.After that I visited my provisioning profiles section https://developer.apple.com/account/ios/profile/profileList.action?type=production to find that all my provisioning profiles have become expired.Also my apps already on the appstore started crashing. They crash upon launching. Currently none of my users are able to use the app unless they redownload the app from the appstore. I don't know why it works if you redownload it, but I am guessing it has something to do with the provisioning profile issue since:1. this issue is not unique to one app2. I didn't even submit a new version. The apps were running perfectly fine until a few days ago.3. I tried renewing one of the provisioning profiles for a test app and rebuilt it, and the test app started working again.Right now I don't know what I am supposed to do. My us
Replies
3
Boosts
0
Views
1.7k
Activity
Jun ’15
Reply to Battery Use Worse
One thing I am seeing here is that the time required to update the watchOS app can be very long after the iOS app is installed and running. It can take almost 60 seconds for a very simple watch app. That process also seems to eat up a lot of watch battery.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Xcode 7 crashes on startup
I've downloaded the .dmg, copied to Applications, waited for the verification - said 'open' once the verification is done then Xcode crashes. I'm running 10.10.3 which I think should work. I've tried uninstalling, re-downloading and re-doing the process with not luck. Has anyone else encountered this problem? Thanks.This is the error:Process: Xcode [396]Path: /Applications/Xcode-beta.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 7.0 (8123.26)Build Info: IDEFrameworks-8123026000000000~7Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [396]User ID: 501Date/Time: 2015-06-10 17:25:29.684 -0400OS Version: Mac OS X 10.10.3 (14D136)Report Version: 11Anonymous UUID: A4A041F0-414B-EB94-4B70-43B0C8715464Time Awake Since Boot: 320 secondsCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Application Specific Information:ProductBuildVersion: 7A120fASSERTION FAILURE in /Library/Caches/
Replies
6
Boosts
0
Views
2k
Activity
Jun ’15
Adhoc distribution for non-developer
Under Xcode 7, users can now build, load and run their apps on their devices. Does this also mean, you no longer have to be a developer for AdHoc distribution of your apps?
Replies
1
Boosts
0
Views
526
Activity
Jun ’15
US iTunes Broken
I am having tonnes of issues with the US store (latest iTunes):.The app freezes on both my PCs and my Mac if I browse apps for more than a short while. Says Not Responding when I look at active apps.Games sub categories are broken e.g. Board just shows the main games best sellers, not the sub category ones. How are customers supposed to find anything?Games sub category Free Apps section only shows apps with IAPs, i.e. no free ones. Not every customer will want to be fleeced by IAPs.Numerous drop down boxes with only one item (so why a drop down box?)Bestsellers list is ordered alphabetically.Anybody else? I emailed Apple support and they said it was working just fine.
Replies
0
Boosts
0
Views
142
Activity
Jun ’15
New File/Folder Permissions?
Hi,After upgrading from Yosemite to El Capitan Beta, I tried to edit in /System/Library/LaunchDaemons/ssh.plist to change the default SSH port to a custom one. This is the process I've been using for a couple of years.The problem is that El Capitan doesn't allow me to change anything in this folder (not even with sudo). The folder and its files are marked as restricted' when I list the contents with ls -lO. The same folder listing in previous versions of OS X does not show restricted.Is this something new to OS X El Capitan? How can I edit files/folders that are restricted?Regards,Spencer
Replies
1
Boosts
0
Views
427
Activity
Jun ’15
Reply to Can't display iCloud System Preferences pane
This worked great thanks NOTE TO ALL, MAKE SURE TO SHOW YOUR HIDDIN FOLDERS TO DO THIS
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15