Post

Replies

Boosts

Views

Created

In MacOS Sonoma Beta, configuration cannot be passed with [NSWorkspace openApplicationAtURL:configuration:completionHandler:]
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.
0
0
434
Jun ’23
In MacOS Ventura, configuration cannot be passed with [NSWorkspace openApplicationAtURL:configuration:completionHandler:]
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.
1
0
814
Sep ’22
In MacOS Sonoma Beta, configuration cannot be passed with [NSWorkspace openApplicationAtURL:configuration:completionHandler:]
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.
Replies
0
Boosts
0
Views
434
Activity
Jun ’23
Candidate found by name lookup is 'BOOL' occurs in Xcode13.
"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
Replies
0
Boosts
0
Views
1.6k
Activity
Dec ’22
In MacOS Ventura, configuration cannot be passed with [NSWorkspace openApplicationAtURL:configuration:completionHandler:]
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.
Replies
1
Boosts
0
Views
814
Activity
Sep ’22