warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon-SMall@2x.png (-19007)
Showing posts with label xcode4. Show all posts
Showing posts with label xcode4. Show all posts
Monday, October 3, 2011
Application Validation Problems
Tried all weekend to make a release, these were the last issues to be solved:
Labels:
AppID,
bundle,
distribution,
entitlements,
info.plist,
release,
warning,
xcode4
Friday, June 17, 2011
Why Xcode Can't Find My Connected Device
There are many ways to fail launching an application in your device. This was a new one!
iPhone is running iOS 4.1, but project "Deployment Target" is set to 4.3. As result this project does not show your device in Scheme list. Switch to another project with a compatible deployment target and your device is on the list!
Xcode4 completely failed to help debugging this case, in all possible ways.
iPhone is running iOS 4.1, but project "Deployment Target" is set to 4.3. As result this project does not show your device in Scheme list. Switch to another project with a compatible deployment target and your device is on the list!
Xcode4 completely failed to help debugging this case, in all possible ways.
Tuesday, June 14, 2011
How to Find Unlocalized Strings
How to make sure you have localized all text strings in your application? You check it manually once - and then change the code. Is everything still localized? Did someone else in team just touch the code?
Fortunately Apple Xcode team comes to rescue!
Fortunately Apple Xcode team comes to rescue!
Monday, June 6, 2011
How to Clear Project Build Results
You have a project with several targets, of which at least one fails. You can see this at Xcode4 iTunes-styled toolbar info window at top.
Except that The Target that you just build was just fine. No warnings, no errors. Xcode4 still tells something went wrong!
Except that The Target that you just build was just fine. No warnings, no errors. Xcode4 still tells something went wrong!
Subscribe to:
Posts (Atom)