Posts

Post not yet marked as solved
1 Replies
It sounds like you have a syntax error in you code statement. start with the basics. https://docs.swift.org/swift-book/LanguageGuide/TheBasics.html
Post not yet marked as solved
7 Replies
The connect action problem is fixed in Xcode 14.0 beta 3 per the release notes. However the ApplescriptApp.xctemplate is still dropped so you still need to do the above fix to get started.
Post not yet marked as solved
7 Replies
Brilliant! Thank you! With this am I now able to connect actions in Interface Builder for my AppleScriptOBj App?
Post not yet marked as solved
3 Replies
I get the same problem. from pythonUSD_0.63.pkg acquired from https://developer.apple.com/downloads. Only I found something interesting."at line 148 of /Users/sergei/repos/USD/pxr..."Who the heck is 'Sergei'? No User on my machine. Is this package safe?I searched my system for "sergei" and "pyTracing.cpp" usingfind ~/ /Users/sergei/*I could not find any result or evidence of '/Users/sergei' on my computer indicating sergei writen somewhere in pythonUSD_0.63.pkg.% cd /Applications/usdpython/pxr pxr % for i in */*.so; do cat $i >> ~/Desktop/SO.out.txt; doneOpening this in a text editor and doing a simple search for '/Users/sergei/*' I found 122 instances of sergei.I'm trying to attach screen shots but this site doesn't support it.This package is corrupted and Apple should probably remove it from their site.