xcode7-beta5

the behavior of the UICollectionViewFlowLayout is not defined, because the cell width is greater than collectionView width

懵懂的女人 提交于 2019-11-27 18:43:25
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 insets left and right values, minus the content insets left and right values. 2015-08-18 16:07:51.524 Example[16070:269647] The relevant UICollectionViewFlowLayout instance is , and it is attached to ; animations = { position=; bounds.origin=; bounds.size=; }; layer = ; contentOffset: {0, 0}; contentSize: {1024, 770}> collection view layout: . 2015

Unexpected CFBundleExecutable key

为君一笑 提交于 2019-11-26 17:11:58
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 GA and Instabug. Now we decided to submit a version of the app built on Xcode 7 on iOS 9 to TestFlight. We disabled bitcode, since many pods, like Flurry and other prebuilt libraries does not include it. The build was successful, after the submission to iTunesConnect we get this: We had same for GoogleAppIndexing library (in pods too), but we

Unexpected CFBundleExecutable key

☆樱花仙子☆ 提交于 2019-11-26 04:39:16
问题 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 GA and Instabug. Now we decided to submit a version of the app built on Xcode 7 on iOS 9 to TestFlight. We disabled bitcode, since many pods, like Flurry and other prebuilt libraries does not include it. The build was successful, after the