A little background information:
I want to submit an update for my application. The update was developed for iOS 7 and works great. This week I upgraded my iPad to iOS 8 to see if the app worked there, and it did.
This morning I saw that XCode automatically updated itself to v6. I compiled the app once again (first time with iOS 8 as Base SDK) and it is awful!
Many things that worked before are bugged like
tap outside a modal view to close it (nothing happens)
tap back button in a modal view (this closes the modal view instead of going to the prior modal view)
hidden table view cells that are expanded upon a button click (this closes the modal view)
I don't have the time to fix all these errors and want to launch the update as soon as possible.
Can I get back XCode 5 or install iOS 7 SDK somehow?
Uninstall Xcode.app from /Applications and download Xcode 5.1.1 from the Apple Developer Download site.
Related
When using the simulator under Xcode 11.3.1 and iPhones simulating iOS 13.3, the simulation does not behave correctly. It works correctly under simulator iOS 12.1.
I get no messages that I don't also get under the iOS 12.1 simulator launch.
The behavior should be when a user starts the app for the first time, he is redirected to the signin screen. Instead it goes to the main screen (grayed out because there is no data). I can navigate manually to the signin screen and signin normally (device registers and appears on my online server) but the app should start downloading the database required to work. It just sits there (no alertview that would normally launch the download). If I relaunch the app, it again starts at the main screen, however at this point an alertview should appear that no database is present. If I manually try to start the download (in a setup screen within the app), the progress bar that normally appears does not, just a label signifying what database is suppose to download.
All of this works properly on the iOS 12.1 simulator (Xcode 10.1) of the same type (iPhone 8 Plus).
Is this an Xcode 11.3.1 bug or iOS 13.3 problem. I have customers using iOS 13.1 without any problems on actual devices. I am on a new iMac running Catalina, is it possible its a security setting to allow database download?
I was facing the same issue and I move back to Xcode 11.3. Guess it was not a stable update at all.
We are using xib files to show a window + toolbar.
Compiling a Mac OS app with the latest Xcode (7 or 7.1) makes our toolbars items to be hidden for Yosemite 10.10.5, but it works fine on El Capitan.
If I click the area, the actions are taken, so only the labels and images are hidden.
I have recreated the xib file from scratch with Xcode 7.1 but the issue is still there.
FYI: going back in our code history, before Xcode 7 was launched, and compiling the app without migrating xibs to Xcode 7 the issue is not reproducible.
It seems that the issue was generated by a missing font which seems that broke the whole CoreText and that's generated the missing toolbar items. Really strange issue.
Yesterday I updated XCode from 4.3 to 4.5.1 to work on iOS 6 and iphone 5 . I was opening my previous project compiling and running them on my iPad 2 (5.1.1) and everything works fine.
Today, I decided to work on a new project ,just to test every thing i selected a tabbed application and changed the deployment target to 4.3 but it wont work the app icon shows up on the iPad but crashes as soon as I open it.
UPDATE : when i select a single view application(other dont work) from the new project menu and run it without changing anything it works but as soon as i add anything (even a label) it crashes .
my previous xcode problems:
2) xcode is never able to run an app directly . when i deploy them the app opens but crashes instantly then i tap the icon again at it runs fine
3) what do i have to do to target 4.2.1 ipods and iphones
log file
http://www.mediafire.com/view/?l6fcgq2lvqiby6o
A few days back I upgraded to Xcode 4.3.2 by downloading from the developer's portal and running the installation files. Since then, I am able to test apps on my devices and am also able to test them on the iOS simulator for iPhone without issues. However, the iPad simulator is not working well. A screenshot is attached.
The home button doesn't appear.
The status bar doesn't appear.
The simulator appears like a window with minimize and maximize icons (only the maximize icon is enabled) and also has a title with the version no.
Can anyone please advise, a screenshot of the simulator is present at the below location.
http://postimage.org/image/68pa1t7l9/
The Skins are missing from the iPad simulator, a solution is using the keyboard shortcuts, Cmd+Shift+H for Home, Cmd+1 / 2 / 3 to resize the window to fit on your screen to avoid scrollbars and such.
I have a project that I started a while ago with xcode 3 that displays search results as TTImageViews in a UIScrollView. I updated to xcode 4.2 recently and managed to successfully build and archive the project for submitting to the app store. The scroll view worked fine on the simulator and on the phone in debug mode. The app was approved and I downloaded the update. Only 3 TTImageView objects display where there should be pages of them. The scrollview is sized properly.
First time I used the version of three20 I had and used Product->Archive and submitted through Organizer. Three TTImageViews displayed.
Second time I used latest version of three20, and used Product->Archive and submitted through Organizer. Three TTImageViews displayed, again.
Third time I used latest version of three20, and used Product->Build For->Build for Archive and compressed and submitted the app using application loader. Two pages of 9 TTImageViews display.
All the time works fine in the simulator and on the phone with DEBUG configuration.
Any idea what is happening here? Any help would be greatly appreciated.