Post

Replies

Boosts

Views

Activity

Comment on How stop Xcode from autogenerating application entitlement for dylib?
Thanks for your TSI support. I actually worked around this annoying thing by adding an empty entitlements files to my projects. Thank God! After 2 weeks of agony, I finally passed the review and a new version of my app was published in App Store yesterday. Dare me to say, Xcode 14.2 is really crap!!! Really hope Apple can release a fix version say 14.2.1.
Apr ’23
Comment on Standard Value is disabled in Xcode 13
Thanks for the tip. What is a Standard position? Are there any docs on this new 'feature'?
Replies
Boosts
Views
Activity
Oct ’21
Comment on Playground starts slowly or never runs
No. My playground projects are all macOS ones. Indeed I have never tried an iOS playground.
Replies
Boosts
Views
Activity
Feb ’22
Comment on Need a (simple) algorithm to tell if 2 images differ
I want to do this in Objective-C. Does anyone have experience on integrating OpenCV into Xcode project?
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on How do I control popover invoked by segue?
This sure works. I thought I could get the instance of NSPopover somehow and set its delegate property instead.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on Which version of Xcode works best with macOS 12 (Monterey)?
I can develop with Xcode 13 and when it's ready I build with the latest Xcode.
Replies
Boosts
Views
Activity
Mar ’23
Comment on NSStackView.distribution runtime question
Does anyone know where to download the official image of macOS 10.10? I can burn it to USB disk and install on a separate external USB drive.
Replies
Boosts
Views
Activity
Apr ’23
Comment on No Info.plist in newly created project
That's just what I was looking for. I did not notice this new Info tab! It turned out that I did fall behind the line. I did not even know when Info.plist was moved/integrated into target info.
Replies
Boosts
Views
Activity
Apr ’23
Comment on CFBundleIdentifier not match?
The bundle name is just "net.neolib.test" so simple that I couldn't make mistakes.
Replies
Boosts
Views
Activity
Apr ’23
Comment on CFBundleIdentifier not match?
In this thread https://developer.apple.com/forums/thread/683911, someone claimed that he workaround the problem by manually archiving the app. How to do this manually?
Replies
Boosts
Views
Activity
Apr ’23
Comment on How stop Xcode from autogenerating application entitlement for dylib?
Thanks for your TSI support. I actually worked around this annoying thing by adding an empty entitlements files to my projects. Thank God! After 2 weeks of agony, I finally passed the review and a new version of my app was published in App Store yesterday. Dare me to say, Xcode 14.2 is really crap!!! Really hope Apple can release a fix version say 14.2.1.
Replies
Boosts
Views
Activity
Apr ’23
Comment on How to force XCode 14.3 to install on Monterey
Okay, I found out the answer myself. Just a piece of AppleScript with 2 lines: log "Activating Xcode app..." activate application "Xcode"
Replies
Boosts
Views
Activity
May ’23
Comment on Where is the link to Swift language book (epub)?
Strange I don't have Book Store section. Maybe it's only available to English culture.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on Not able to reference classes/structs in Swift playground sources
That's really strange because in a normal Swift app, any class in any source file is implicitly "internal" and can be used without having to mark it as public.
Replies
Boosts
Views
Activity
Aug ’23
Comment on JSONEncoder with dictionary of objects?
It's a bit strange that the old JSONSerialization works in the case.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on Does Swift has a string builder class?
It works, but strictly speaking append(String(format:)) does not equate to appendFormat because it creates an intermediate string object.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’23