Apple's Xcode 7 beta 5 is a prerelease version of Xcode 7 released on August 6, 2015.
Questions tagged [xcode7-beta5]
82 questions
102
votes
12 answers
Unexpected CFBundleExecutable key
After spending some time googling, something tells me that the issue is new.
We had a fully functional project supporting iOS7-8. Of course it was multiple times successfully submitted to AppStore.
We use pods, lots of tracking and monitoring, like…

Dumoko
- 2,614
- 3
- 25
- 34
87
votes
24 answers
the behavior of the UICollectionViewFlowLayout is not defined, because the cell width is greater than collectionView width
2015-08-18 16:07:51.523 Example[16070:269647] the behavior of the
UICollectionViewFlowLayout is not defined because: 2015-08-18
16:07:51.523
Example[16070:269647] the item width must be less than
the width of the UICollectionView minus the section…

Shabarinath Pabba
- 1,359
- 2
- 13
- 22
18
votes
1 answer
Symbol not found: _kAXXCAttributeAbsoluteValue Xcode Beta5 XCTest on iOS 8
Running tests on iOS 8 from Xcode Beta 5 is crashing with this error:
dyld: Symbol not found: _kAXXCAttributeAbsoluteValue
Referenced from:…

Porter Hoskins
- 571
- 3
- 12
15
votes
1 answer
Can't install Xcode 7 beta 5's iOS simulator
I have no idea why Components section have nothing.
I removed and reinstalled again, but it didn't work at all. Does any one know how to fix this problem?
When I launched Xcode 7 beta 5 at the first time, I saw iOS simulators on that section, but…

Jinhyung Park
- 471
- 2
- 10
14
votes
7 answers
Xcode 7 will NOT build a valid Archive from the same project that builds a valid archive in Xcode 6
When using Xcode 7b5 to build my app that contains a Today Extension I cannot create a valid archive. When I make an archive the build succeeds and then in Organizer it shows up under "Other Items" instead of under "iOS Apps".
If I close the…

Polar Bear
- 918
- 2
- 7
- 19
13
votes
2 answers
exc_arithmetic error with simulator only, assigning UICollectionView flowlayout
Im trying to assign a UICollectionViewFlowLayout to a UICollectionView and it runs fine on a physical device but simulators break, with a signal:
EXC_ARITHMETIC(code=EXC_i386_DIV, subcode=0x0)
This only happens on a simulator, it is my…

justin shores
- 687
- 7
- 24
12
votes
10 answers
Command /Applications/Xcode-beta.app/Contents/Developer/usr/bin/actool failed with exit code 255
It happens in new Xcode7 beta:
CompileAssetCatalog /Users/admin/Library/Developer/Xcode/DerivedData/InstaAd-ddgdnbxlpxipirebpndfmgrxspel/Build/Products/Debug-iphoneos/InstaAd.app InstaAd/Images.xcassets
cd…

Paul T.
- 4,938
- 7
- 45
- 93
11
votes
2 answers
Will install Watch App called with bad bundle identifier '(null)'
When I use xcode 7 beta 5 and wanna to run a simple demo on watch simulator. It prompts this "Will install Watch App called with bad bundle identifier '(null)'". I cannot find it anywhere. Does anyone know this?

Michael
- 147
- 7
10
votes
6 answers
iOS 9 push segue is causing my app to crash
In iOS 8.4, simulator and phone, I experience no issue with my performSegue call, but when using the simulator on Xcode 7 beta 5, when the performSegue call is made, it crashes. The call stack is below.
*** Terminating app due to uncaught exception…

George Urick
- 135
- 10
9
votes
1 answer
how to add armv7s architecture to static library in xcode 7 / ios 9?
Looks like after upgrading to xcode 7 beta 5 and iOS 9.0 beta 5, I can't create a static library that includes an armv7s slice.
lipo -info staticLibraryName says:
Architectures in the fat file: staticLibraryName are: armv7 i386 x86_64…

Jony Shlomoff
- 349
- 1
- 9
8
votes
2 answers
How can I add complications to my EXISTING Xcode project?
How can I add complications to my EXISTING Xcode 7 project?
Looking at WWDC video 2015 session 209 the way shown to add complications is to create a new project and click on Include Complication. This works fine for that case but how can I add them…

mm24
- 9,280
- 12
- 75
- 170
6
votes
3 answers
Taking Screenshot and share with share button
I am an early beginner, and i am trying to take a screenshot of the app and share it with a share button. The share button works, it lets me share my initial Text and URL, just the screenshot seems to not even be taken.
After days of research i…

Ben Bar
- 75
- 1
- 3
5
votes
0 answers
iOS swift geofence not working on real device
My code works fine and exactly how I want it to to in emulator. But when I put it on the real device and go to the location the locationManager(..., didEnterRegion region: CLRegion) does not get called. I don't think that it is a bug in the code…

Ryan Westcott
- 199
- 3
- 14
5
votes
1 answer
How to use Parse in a watchOS 2 Application Xcode 7 beta 5
I want to use Parse.com in my watchkit app but it cant be built because storekit files cant be found. I have added the framework but it doesn't work. Please help.

Palash Sharma
- 662
- 1
- 10
- 18
5
votes
1 answer
Cannot assign a value of type '[CFString]' to a value of type '[String]'
I just downloaded the new Xcode 7 beta 5 and I cannot find a way to resolve this error. It keeps highlighting the line "pickker.mediaTypes = [kUTTypeImage]" and says "Cannot assign a value of type '[CFString]' to a value of type '[String]'"
if…

Matthew Smith
- 51
- 2