OS:Sonoma Beta
App overview: Launch an app from Safari app extensions and access the IC card reader/writer with the launched app
Development Language: Objective-C
Questions: I use " [NSWorkspace openApplicationAtURL:configuration:completionHandler:]" to start the application in Safari app extensions.
At that time, I set "environment" to "configuration", but the launched app cannot get that value. (will be null) (The application side is trying to acquire the set value by [NSProcessInfo.processInfo.environment valueForKey: Key value].)
Does this mean that there was any change in Sonoma? In that case, I would appreciate it if you could tell me how to deal with it.
I ran the same app on Ventura and got the value without any problem.
Post
Replies
Boosts
Views
Activity
"Candidate found by name lookup is 'BOOL'" occurs in objc.h and wintypes.h when building.
It did not occur in Xcode12.
In addition, wintypes.h cannot be removed because PC/SC is used.
Are there any countermeasures?
[environment]
OS: macOS Monterey
Xcode: 13.4.1
Development language: Objective-C
OS:Ventura Beta 6
App overview: Launch an app from Safari app extensions and access the IC card reader/writer with the launched app
Development Language: Objective-C
Questions:
I use " [NSWorkspace openApplicationAtURL:configuration:completionHandler:]" to start the application in Safari app extensions.
At that time, I set "environment" to "configuration", but the launched app cannot get that value. (will be null)
(The application side is trying to acquire the set value by [NSProcessInfo.processInfo.environment valueForKey: Key value].)
Does this mean that there was any change in Ventura?
In that case, I would appreciate it if you could tell me how to deal with it.
I ran the same app on Monterey 12.5.1 and got the value without any problem.