Posts

Post not yet marked as solved
2 Replies
260 Views
I encountered a compilation issue when trying to use my SDK built in Xcode 15.3 with Xcode 15.2 for our app. According to Apple, Swift provides ABI Stability from Xcode 12.2 onwards, so we didn't face such issues before. Attached is the compilation error message for your reference. SDK is built with 'Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)', while this compiler is 'Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)')
Posted
by MahaSVS.
Last updated
.
Post not yet marked as solved
0 Replies
202 Views
Dear Developer Community, I recently implemented privacy manifest changes in accordance with Apple guidelines. However, have encountered unexpected issues with BLE communication while our app was running in the background when there are multiple reader. During local testing in both debug and release modes within Xcode, have not experienced any problems with BLE communication, even with multiple readers. However, upon uploading the build to TestFlight for testing, i found that communication was being blocked when multiple readers are there. This behavior was quite perplexing. Upon further investigation, I decided to revert the privacy manifest changes and retested via TestFlight. Surprisingly, we did not encounter any issues with BLE communication. I am reaching out to this forum to inquire whether anyone else has encountered similar issues with BLE communication. Additionally, I have submitted a report via Feedback Assistant to seek assistance from Apple. I am particularly interested in understanding if any core logic related to BLE is affected by the privacy manifest changes. As Apple has mandated the inclusion of the privacy manifest for App Store submissions starting from Spring 2024, any insights or assistance on this matter would be greatly appreciated.
Posted
by MahaSVS.
Last updated
.
Post marked as solved
7 Replies
3k Views
Hi All ,Have been using ml model in my app.It was working awesome below iOS 13.But the same mlmodle get crashed in iOS 13 and above.Please guide me asap.I feel its a bug with Apple .PFB logs[coreml] MLModelAsset: load failed with error Error Domain=com.apple.CoreML Code=0 "Invalid URL for .mlmodel." UserInfo={NSLocalizedDescription=Invalid URL for .mlmodel.}2019-09-14 18:32:58.776078+0530 Testing[565:205914] [coreml] MLModelAsset: modelWithError: load failed with error Error Domain=com.apple.CoreML Code=0 "Invalid URL for .mlmodel." UserInfo={NSLocalizedDescription=Invalid URL for .mlmodel.}Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=com.apple.CoreML Code=0 "Invalid URL for .mlmodel." UserInfo={NSLocalizedDescription=Invalid URL for .mlmodel.}:2019-09-14 18:32:58.777056+0530 OrigoTesting[565:205914] Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=com.apple.CoreML Code=0 "Invalid URL for .mlmodel." UserInfo={NSLocalizedDescription=Invalid URL for .mlmodel.}: file ModelWrapper.swift, line 30In My Model Wrapper file i have below codepublic init(url: URL) { print("url :\(url)") self.model = try! TestModel(contentsOf: url) }This code works below iOS 13 very well.Please guide.
Posted
by MahaSVS.
Last updated
.
Post marked as solved
2 Replies
893 Views
Hi All ,I do not want anyone to look through my ML model or expose it. I am working on distributing SDK. Is there any possibility to add ML Model only to SDK bundle and consuming the SDK in the app will help me to proceed further ?. Or is there anything like can i add ML model via pod installationI tried but I was not able to. Only if I add in the App bundle I am able to proceed. Any suggestion is welcome.
Posted
by MahaSVS.
Last updated
.
Post marked as solved
1 Replies
4.8k Views
I really would like to know when will Apple will release the GM version of Xcode 11 and iOS 13?In the beta version, I was facing some crash issues with Security framework I use. When I checked with them, I have to wait till public GM release of Xcode 11 to compile their SDK for swift module stability issues. But currently, many of the users have upgraded to Beta and facing app crash issues. Till last year Apple was releasing GM version during September. When will they announce the date?Will developers get access to GM version at least a week before?
Posted
by MahaSVS.
Last updated
.