Justin Vallely

Results 11 comments of Justin Vallely

Same on the Xcode 14 RC. More error details: ``` Undefined symbols for architecture x86_64: "_MDMMotionCurveMakeBezier", referenced from: +[MDCActivityIndicatorMotionSpec loopIndeterminate] in MDCActivityIndicatorMotionSpec.o +[MDCActivityIndicatorMotionSpec willChangeToDeterminate] in MDCActivityIndicatorMotionSpec.o +[MDCActivityIndicatorMotionSpec willChangeToIndeterminate] in MDCActivityIndicatorMotionSpec.o...

Hi @Widcket! The Swift bug has been around for a couple of years but has only affected us starting with Xcode 14. I'm not sure what changed there, we're still...

@Widcket thanks for checking. I'll try that work around next. Were you able to see these warnings in a fresh project? They should show up as long as `inhibit_all_warnings!` is...

@Widcket I followed your steps above and I as well wasn't able to recreate the warnings. However, as soon as I added Auth0 to the pod file (and ran pod...

Ok, we're getting somewhere. I tried on an Intel MBP and I can't reproduce on that machine so these warnings/errors look to be related to Apple Silicon.

Just saw this is mostly Obj. C. This may be a non-issue and can be closed.

We didn't have any issues with Xcode 13 either. Could you please try with Xcode 14 on an M1 machine?

Hi Rita, is there anything preventing you from installing Xcode 14 on the M1 MBP you mentioned above? We often have 2 version of Xcode installed (13 and 14 in...

Workaround until 2.7.7 is pushed to the cocoapods spec repo: ``` pod 'FMDB', :git => 'https://github.com/ccgus/fmdb.git', :commit => '61e51fd' ```

Nice find! I'm testing your solution but still seeing some bugs. There might be more to this than these 2 lines.