I use spm manage swift package, now i want my macos app support arm64e,so i add arm64e in Build Srtting -> Architectures. but i got error Could not find module 'SwiftyJSON' for target 'arm64e-apple-macos'; found: arm64-apple-macos, x86_64-apple-macos Apparently, if no limit in Package.swift, SPM will only compile versions for x86 and ARM64 architectures by default. now, how should I configure SPM to compile the arm64e version? thanks
Search results for
Apple Maps Guides
149,563 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
File a DMA interoperability request. Apple apps can choose to backup as encrypted only, while third party ones cannot.
Topic:
Privacy & Security
SubTopic:
General
Tags:
Hello, I made myself an app to track my expenses. The most important event is when I make a purchase via apple wallet. What happens is sometimes the values from Merchant and Amount are; Merchant = Amount = 0.0 Has anyone experienced this, is there something I can do about it ? I was thinking that sometimes maybe speed connection and service is something that might make an impact Does anyone here know something about the topic ?
@vsmedia Be sure that you file a bug report. The more people that let Apple know of this issue, the better chance it will get fixed some day.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
I read this with interest. I'm not an Apple / XCode developer. I downloaded and used XCode now for a week and struggling to get my Web Extension on the Apple Web Extension store for Safari. I did it so easily with Google Chrome and Firefox, and they are already out there being used. With Safari, it just seems like over kill with XCode, right now stumbling because it says I do not have a 512 x 512 png in icons.icn when I do - I followed all the steps. So, is there a way I can just not use XCode at all and get my Extension (it's just one single content.js and manifest.json file and nothing else!). Where is this Safari Web Extension Packager and does it allow me to send it up to Apple Store for end-users to use without me having to use a 2GB application XCode to do it? Thank you.
Topic:
Safari & Web
SubTopic:
General
Tags:
After updating to the newest beta on my iPhone 16 I'm stuck on this screen after accepting the terms: No Internet Connection Setup and activation of Apple Intelligence is unavailable when your device is offline. Connect to the internet and try again. I tried several different networks and 5G but no luck..
I did a few more tests and RT[:3, 3] works correctly while RT[..., :3, 3] does not. Check this minimal repro: import tensorflow as tf RT = tf.constant( [ [-0.25497323, -0.81989247, -0.5126062, 0.3136883], [-0.32365915, 0.57191426, -0.75376326, 0.36354592], [0.9111716, -0.02627973, -0.41118845, 0.511739], [0.0, 0.0, 0.0, 1.0], ] ) with tf.device(/GPU:0): T1 = RT[..., :3,3] T2 = RT[:3,3] print(fRT[..., :3,3]: {T1}) print(fRT[:3,3]: {T2}) output: 2025-10-04 15:16:12.602764: I metal_plugin/src/device/metal_device.cc:1154] Metal device set to: Apple M4 Max 2025-10-04 15:16:12.602789: I metal_plugin/src/device/metal_device.cc:296] systemMemory: 128.00 GB 2025-10-04 15:16:12.602794: I metal_plugin/src/device/metal_device.cc:313] maxCacheSize: 53.76 GB WARNING: All log messages before absl::InitializeLog() is called are written to STDERR I0000 00:00:1759583772.602803 5120482 pluggable_device_factory.cc:305] Could not identify NUMA node of platform GPU ID 0, defaulting to 0. Your kernel may not have been buil
Topic:
Machine Learning & AI
SubTopic:
General
Tags:
Using Tensorflow for Silicon gives inaccurate results when compared to Google Colab GPU (9-15% differences). Here are my install versions for 4 anaconda env's. I understand the Floating point precision can be an issue, batch size, activation functions but how do you rectify this issue for the past 3 years? 1.) Version TF: 2.12.0, Python 3.10.13, tensorflow-deps: 2.9.0, tensorflow-metal: 1.2.0, h5py: 3.6.0, keras: 2.12.0 2.) Version TF: 2.19.0, Python 3.11.0, tensorflow-metal: 1.2.0, h5py: 3.13.0, keras: 3.9.2, jax: 0.6.0, jax-metal: 0.1.1,jaxlib: 0.6.0, ml_dtypes: 0.5.1 3.) python: 3.10.13,tensorflow: 2.19.0,tensorflow-metal: 1.2.0, h5py: 3.13.0, keras: 3.9.2, ml_dtypes: 0.5.1 4.) Version TF: 2.16.2, tensorflow-deps:2.9.0,Python: 3.10.16, tensorflow-macos 2.16.2, tensorflow-metal: 1.2.0, h5py:3.13.0, keras: 3.9.2, ml_dtypes: 0.3.2 Install of Each ENV with common example: Create ENV: conda create --name TF_Env_V2 --no-default-packages start env: source TF_Env_Name ENV_1.) conda install -c apple tensor
As explained in doc, Changing a component’s value often will require higher or coupled components to change as well… The exact behavior of this method is implementation-defined: Changing a component’s value often will require higher or coupled components to change as well. For example, setting the Weekday to Thursday usually will require the Day component to change its value, and possibly the Month and Year as well. If no such time exists, the next available time is returned (which could, for example, be in a different day, week, month, … than the nominal target date). Setting a component to something which would be inconsistent forces other components to change; for example, setting the Weekday to Thursday probably shifts the Day and possibly Month and Year. The exact behavior of this method is implementation-defined. For example, if changing the weekday to Thursday, does that move forward to the next, backward to the previous, or to the nearest Thursday? The algorithm will try to produce a result which is i
Topic:
App & System Services
SubTopic:
General
Tags:
I'll explain what I experienced and how I solved it. iPhone was not detectable in any way (nor was the apple watch), I tried getting latest beta of Xcode, I tried latest stable release, nothing seemed to work. I waited for final release which came up shortly and still no luck. What ended up working was a thunderbolt cable. I went to an Apple Store and they told me to wipe the phone completely because I still had the beta installed, which attending to build number was wrong, but something was off so I wiped the phone. That fixed the issue, although I lost a couple of pictures and some minor data for apps that didn't save it in cloud. Hope this helps someone in the future :) As a side note, debugging on an Apple Watch is becoming really really difficult... sometimes it just does not want to connect
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
The error occurs in the following Apple library: https://github.com/apple/app-store-server-library-java/blob/main/src/main/java/com/apple/itunes/storekit/verification/SignedDataVerifier.java#L172
Topic:
App & System Services
SubTopic:
StoreKit
Tags:
We are currently using App Store Server Notifications V2 in a production environment, but occasionally encounter the error Failed to parse signedTransactionInfo in the notification payload. status=VERIFICATION_FAILURE. What could be the cause of this error? Also, is there a way to resolve this error? After the notification from Apple was received on the server side, it was passed to the Apple library and an error occurred in the Apple library when decryption was performed.
Your post is extremely interesting and definitely requires more thought on my part. It seems that what you're doing is to build a FocusCoordinator, conceptually similar to a Navigation Coordinator (although I think that there may be some missing APIs preventing a comprehensive solution. My immediate interest is on tab-navigation and I have some new information to offer about it. It turns out that in most cases, sending a to a focueed TextField will cause focus to change, BUT if the TextField is instantiated with the axis: AXIS parameter, the is added to the TextField body instead. I don't know how Apple will classify it, but I'm calling this a bug and have reported it. (FB20505919).
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
Thanks for the guidance. I added screenshots just to show the situation more clearly: On iOS devices the app builds and runs fine with import DeclaredAgeRange. On Mac (Catalyst) the same code fails with an import error. I also looked into filing a Feedback report, but honestly the procedure felt quite complex, and I stopped midway. I understand that Apple wants to filter out low-quality reports, but from the perspective of a busy app developer it’s hard to dedicate that much time to reporting SDK issues. So please consider this thread as a reference. For now, I’ll conditionally compile the feature with #if canImport(DeclaredAgeRange) and ship the app that way.
Topic:
App & System Services
SubTopic:
General
In this situation, you might contact your users who can reproduce the issue and are willing to help, ask them to install the file provider profile, follow the guide to reproduce the issue and capture a sysdiagnose, and then provide sysdiagnose to you. From there, you can look into the system logs, and try to figure how the system behaves differently from the workable case (your case). The debugging process may take time, but given that you don't have a reproducible case, that's probably the way you can move forward. Best, —— Ziqiao Chen Worldwide Developer Relations.
Topic:
App & System Services
SubTopic:
Core OS
Tags: