Developer Tools

RSS for tag

Ask questions about the tools you can use to build apps.

Posts under Developer Tools tag

200 Posts
Sort by:

Post

Replies

Boosts

Views

Activity

App crashes on iOS 16 Devices
Hello, We are investigating a serious crash impacting users on iOS 16 devices. The crash occurs on app start up. I’ve added the crash report here. This crash occurs in the dyld step. We believe the crash may be related to the binary size of the app. The crash does not occur on simulator or on debug mode. It only occurs on real devices on release mode. We recently introduced a new large binary. We believe the introduction of this framework may be causing this issue due to its large size. However, we don't believe the contents of the framework cause the crash. We've previously introduced very similar frameworks to this with no issue. Our last stable version of the app is 178 MB and our new build is 195 MB. crashlog.crash
3
0
640
Feb ’24
Why pip install tensorflow-macos==2.15.0 downgrade Keras to 2.15.0
I'm trying to install latest keras 3.0.5, tensorflow-macos and tensorflow-text. There are conflict in the versions dependencies. Is there any one able to do that? I'm using "Apple M2" and "Sonoma". As seen below, tensorflow-macos downgrade keras to 2.15 while tensorflow need keras >= 3 Installing collected packages: wrapt, tensorflow-estimator, pyasn1, oauthlib, ml-dtypes, keras, cachetools, rsa, requests-oauthlib, pyasn1-modules, google-auth, google-auth-oauthlib, tensorboard, tensorflow-macos Attempting uninstall: wrapt Found existing installation: wrapt 1.16.0 Uninstalling wrapt-1.16.0: Successfully uninstalled wrapt-1.16.0 Attempting uninstall: ml-dtypes Found existing installation: ml-dtypes 0.3.2 Uninstalling ml-dtypes-0.3.2: Successfully uninstalled ml-dtypes-0.3.2 Attempting uninstall: keras Found existing installation: keras 3.0.5 Uninstalling keras-3.0.5: Successfully uninstalled keras-3.0.5 Attempting uninstall: tensorboard Found existing installation: tensorboard 2.16.2 Uninstalling tensorboard-2.16.2: Successfully uninstalled tensorboard-2.16.2 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tensorflow 2.16.0rc0 requires keras>=3.0.0, but you have keras 2.15.0 which is incompatible. tensorflow 2.16.0rc0 requires ml-dtypes~=0.3.1, but you have ml-dtypes 0.2.0 which is incompatible. tensorflow 2.16.0rc0 requires tensorboard<2.17,>=2.16, but you have tensorboard 2.15.2 which is incompatible.
4
0
808
Feb ’24
Xcode Organizer, Insufficient terminations data available when no filter applied.
Organizer Terminations tab shows "Insufficient terminations data available" when there's no filter applied: iPhone (All). However it shows data when I explicitly select a device type. This particular app has more users than other apps for which this tab works OK. It used to work fine but stopped working a couple of months ago. The Xcode version doesn't matter (I tried Xcode 14.3.1, Xcode 15.1 and Xcode 15.2). Please check attached screenshot. Thank you.
0
0
390
Mar ’24
403 error on EAS build
getting this error when running an expo EAS build and not sure why: ✖ Failed to handle Apple profiles Failed to set up credentials. Apple 403 detected - Access forbidden. This request is forbidden for security reasons - You are not allowed to perform this operation. Please check with one of your Team Admins, or, if you need further assistance, please contact Apple Developer Program Support. https://developer.apple.com/support have: agreed to terms of use on my apple developer profile been made an admin but still seeing it... any clues?
1
1
246
Mar ’24
物理服务器打包ios 无法请求
使用物理服务器打包之后 iOS登录页面有个请求的验证码,无法请求出来,但是本地测试 是没有问题的,包括使用物理服务器打包安卓也没有问题,如果将物理服务器挂载在服务云上面用阿里云进行打包ios 此时登录页面的验证码也是可以访问的,为什么使用物理服务器的ip 直接打包 安装后不能请求呢?
0
0
127
Mar ’24
Xcode Disappears
Hi Devs, Hope you are all doing well. When I try to click on "Clone from git repo" button on the Xcode home page the Xcode is disappearing automatically. I tried to re-install the application and I also restarted the system and nothing has worked so far. When I click on create new project or open existing project it is working completely fine and the only issue is with Clone from git repo button. Can any please help me with this issue. Thanks in advance
0
0
514
Mar ’24
Xcode Cloud visionOS Build failing since Xcode 15.3
Since today (and the release of the stable Xcode 15.3 to Xcode Cloud), release builds for visionOS are failing with following error: Unable to find a destination matching the provided destination specifier: { generic:1, platform:visionOS } ... { platform:visionOS, id:dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder, name:Any visionOS Device, error:visionOS 1.1 is not installed. To use with Xcode, first download and install the platform } Yesterday the build worked with 15.3 RC (although I couldn't release it because the RC wasn't the newest one and RC2 hasn't been added to Xcode Cloud). Has anybody found a solution or is it something, Apple has to fix?
3
0
644
Mar ’24
XCode 15.3 Command CompileAssetCatalog failed with a nonzero exit code
I just upgraded to XCode15.3 and now all my projects with Assets are getting this compile error. I have tried removing DerivedData caches and rebooting but still get this error. Anyone else hit this problem with XCode 15.3? I was only Building for IOS 16.4 and 17.0.1 and Xcode 14.0 and 15.0 Build Error: Command CompileAssetCatalog failed with a nonzero exit code *** Terminating app due to uncaught exception 'IBPlatformToolFailureException', reason: 'The tool closed the connection (AssetCatalogSimulatorAgent) Execution Context: <IBSimulatorToolCoreSimulatorCLIExecutionContext: 0x600003d5d260 busyCount=0, Idle for 0.0 secs, lifeTime=26.3 secs>, device=IBSimDeviceTypeiPad3x (865E7291-E467-4E8D-B535-D64F43A57F15, iOS 17.4, Shutdown), idiom=<IBIPhoneIdiom: 0x6000028b8000>
15
5
5k
May ’24
Instruments in Xcode 15.3 not showing symbols
When using Instruments in Xcode 15.3 on macOS Sonoma 14.3.1 symbols from system frameworks are not displaying. I've tried creating a template "App" project and running it on the iOS 17.4 simulator without any code changes and still am not seeing symbols so I can be sure it's not unique to my real-world project build settings. If I install Xcode 15.0 and run the same build in the same 17.4 simulator using Instruments 15.0 it shows thread names and symbols for UIKit and other frameworks but is still missing SwiftUI symbols. Instruments 15.3 Instruments 15.0 I've spent 2 days trying to narrow down why I couldn't debug my app and even deleted all my partitions and reinstalled macOS which didn't fix the issue.
5
1
1.3k
Mar ’24
Xcode 15.3 crippled with "internal inconsistency error"
Since Xcode 15.3 it has become impossible to build our project more twice in a row without encountering a batch of "internal inconsistency error: never received target ended message for target ID …". This issues appeared a few months ago (15.0 i think, but i'm not sure), but xcode 15.3 makes it almost unusable. We're a team of 3 iOS devs, and we're all having the problem. Our project involves a lot of SPM packages, a few cocoa pods, a few iOS Frameworks, and a bit of swiftgen. Nothing particularly special for a large project, and no custom build steps that does anything fancy. It is now to the point where we're looking for alternative to xcode, because we can't decently kill xcode and restart every time we have to build our code...
22
16
6.5k
Jun ’24
EAS build is failing
I was trying to build my React Native app using EAS but I'm getting this error Apple provided the following error info: Service not available because of maintenance activities, please try again after some time. To get this error, I ran the following command eas device:create
0
1
338
Mar ’24