I turned on the sign to run locally, and get the following error: x.app/Contents/Frameworks/***.framework/Versions/A: no such file or directory
This is third party framework and the folder structure is ...Versions/1.1.0/...
Is there a way to tell the Xcode to using the right path?
Post
Replies
Boosts
Views
Activity
The app is built using Xcode 11.4, Catalina (We are not going to update the build server until next product release).
I can't use instrument to mark the memory, instrument won't be able to attach the process. I have spent quite some time with it, but no success yet.
When testing it on Big Sur Inter, the idle memory is under 250 MB. Real Memory less than 400MB, not VM Compressed.
When running heave memory function, the Memory increate to less than 700MB, with Real Mem about 900MB. Right after ending the function, the memory goes back almost the same as before starting.
But on M1, it is very different.
when idea, memory is under 200MB, Real 1GB, Private 150MB, no VM Compress
when running the function: memory is 700MB, Real 3GB, private 600MB no VM Comperss
After ending the function, memory is over 650MB, Real Memory is still 2GB, private is over 600MB, no VM compress
What is the explanation to this, is there a real memory leak?
Hi,
When I tried to upload the dmg for notarization, I get the following error message. No upload result. But later, I will get an email notice that notarization failed. I am using the Big Sur 11.2.3
Command (there is no quotes in the name part):
xcrun altool --notarize-app -f *** --primary-bundle-id *** -u userName -p passWord
Result:
objc[83043]: Class AMSupportURLConnectionDelegate is implemented in both ?? (0x1f8990188) and ?? (0x1147182b8). One of the two will be used. Which one is undefined.
objc[83043]: Class AMSupportURLSession is implemented in both ?? (0x1f89901d8) and ?? (0x114718308). One of the two will be used. Which one is undefined.
2021-03-29 10:11:25.480 altool[83042:1213898] CFURLRequestSetHTTPCookieStorageAcceptPolicy_block_invoke: no longer implemented and should not be called
When I tried to get the info using the request id in the email, the return is
2021-03-29 12:04:40.260 altool[83692:1293875] CFURLRequestSetHTTPCookieStorageAcceptPolicy_block_invoke: no longer implemented and should not be called
2021-03-29 12:04:43.323 altool[83692:1293868] * Error: Failed to get notarization info.
2021-03-29 12:04:43.323 altool[83692:1293868] * Error: code 1519 (Apple Services operation failed. Could not find the RequestUUID.)
Thanks
Fang