Hey @fid
Were you able to fix the rotation issue? I've tried with all rotation/orientation/etc/etc I got zip luck. ANy hints how to fix this darn thing? https://developer.apple.com/forums/thread/683112#683112021
Post
Replies
Boosts
Views
Activity
Hey
Thank toy for the ping! I ended up getting some help from Andy Fedoroff on StackOverflow where he suggested using *= instead of +=, seems to work! I've no idea why & diving more into matrix operations now.
Thank you for your post & help
Final solution =
object.mEntity.transform.rotation *= simd_quatf(angle: radians, axis: SIMD3<Float>(1,0,0)
Eh got it, its metallic =1, baseColor.tint =1 then its chromish.
How can I control fresnell/IOR tho ? - seems to be metallic parameter tho... odd
+1 how to retain it after losing it.. :- )
I tried using it. Initially using the app that creates the scan from apple example. Sadly after 1-2m the tracking was getting lost :- (
Hey
Thank you for getting back to me!
How can I download IOS 15 seed 3 on my ipad?
I need it quite urgently...
Regards
Dariusz
Bump, I still cant compile anything. My includes keep forcing me to add ../ which is... problematic to say the least!
Bumpppppp
Hey
Thanks!
So when do I use Distribution one?
Do I sign it again using that after notarizing?
Regards
Dariusz
Bumping this topic as I'm still a bit lost.
Can any1 wave in what to do if I'm using zips to distribute my app and not image/iso/etc?
Hey
I remember watching all these notarise videos 1-2 years ago.
Ok so let me just... "bullet point it..."
Compile app
I get either .app or .plugin
Enter the package, go over every file and sign it "--verbose=3", "--force", "--timestamp", "--options", "runtime", "--sign", identity, path # use my developer ID, sign MacOS content last!!
Zip the .app/.plugin as xx_NOTATORY.zip (_NOTATORY not needed) ditto -c", "-k", "--keepParent", appPath, zipPath
Send it to apple "notarytool", "submit", zipPath, "--keychain-profile", "myFancyKeychainProfileIveNoIdeaHowIMadeItItWasYearsAgo", "--wait"
Staple it xscrun "stapler", "staple", appPath - staple the .app/.plugin not zipped Notatory zip ?
Zip it again ditto -c", "-k", "--keepParent", appPath, zipReleasePath
Send zipped file to clients ?
I don't need to sign it again using Distribution/etc certificate after part 6?
Regards
Dariusz