I got this error R_address (0x0008) is not in bounds of atom 0x0000->0x0008 in '<PROJECT>/V1/Pods/GoogleConversionTracking/Libraries/libGoogleConversionTracking.a'
Does any one got this issue?
I got this error R_address (0x0008) is not in bounds of atom 0x0000->0x0008 in '<PROJECT>/V1/Pods/GoogleConversionTracking/Libraries/libGoogleConversionTracking.a'
Does any one got this issue?
Report the problem to the respective GitHub project owner.
This lib is quite old. There is no issue on XCode 14 and XCode 15 Beta 1 and Beta 2. I also never see this kind of error before.
same issue
have you found a way to solve this issue,thank you
same with Xcode 15 beta 6
Using the legacy linker, by adding "-ld64" to Other Linker flags works around the issue
Not yet. Also happen on beta 6.
@tiagomartinho 's comment worked for me: add "-ld64" to Other Linker flags in Build Settings