mixpanel / mixpanel-swift

Official iOS (Swift) Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
434 stars 234 forks source link

Xcode 14.2 Swift Package Manager loops continuously when adding Mixpanel... #599

Closed julestburt closed 1 year ago

julestburt commented 1 year ago

Adding either a specific version (2.10.x) or master branch causes a continuous spm update...removing mixpanel clone, installing mixpanel, checking all packages...removing mixpanel clone... etc

Error output is: invalid custom path 'Sources' for target 'Mixpanel'. Have 7 other SPM frameworks but no issues...

I checked over various 'paths' in Build Settings but everything appears to be on default?

Any suggestions? Thx.

RamblinWreck77 commented 1 year ago

FWIW, I can't repro this on Xcode 14.3. Have you tried updating?

RamblinWreck77 commented 1 year ago

Another trick is:

julestburt commented 1 year ago

Appreciate the comments. I'm about to upgrade to Ventura today, so I can get the latest Xcode to try it out. I did delete the entire derived data before posting here...sadly that didn't help. I'm able to add it to a new project no problem - just this older project has something odd about it. Will check back soon...with Ventura results.

jaredmixpanel commented 1 year ago

@julestburt I'm also not able to repro with Xcode 14.3 on Ventura. Are you still experiencing the issue?

jaredmixpanel commented 1 year ago

Closing this issue for now. Feel free to re-open if the issue persists.