Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't update RemoteConfig to the latest version #12

Open
AGulev opened this issue Jan 18, 2024 · 2 comments
Open

Can't update RemoteConfig to the latest version #12

AGulev opened this issue Jan 18, 2024 · 2 comments

Comments

@AGulev
Copy link
Contributor

AGulev commented Jan 18, 2024

If RemoteConfig update to the latest version 10.19.0 then the extension can't be built.

Here is logs

/var/folders/sk/1rps9wzs79zdj9f2wz8m0yf00000gn/T/job14189348262439117672/CocoaPodsService/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Swift/PropertyWrapper/RemoteConfigProperty.swift:18:21: error: no such module 'FirebaseRemoteConfigInternal'
  @_exported import FirebaseRemoteConfigInternal
                    ^
error: fatalError

com.defold.extender.ExtenderException: java.io.IOException: error: emit-module command failed with exit code 1 (use -v to see invocation)
/var/folders/sk/1rps9wzs79zdj9f2wz8m0yf00000gn/T/job14189348262439117672/CocoaPodsService/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Swift/PropertyWrapper/RemoteConfigProperty.swift:18:21: error: no such module 'FirebaseRemoteConfigInternal'
  @_exported import FirebaseRemoteConfigInternal
                    ^
error: fatalError

	at com.defold.extender.Extender.buildEngine(Extender.java:2162)
	at com.defold.extender.Extender.build(Extender.java:2494)
	at com.defold.extender.AsyncBuilder.asyncBuildEngine(AsyncBuilder.java:115)
	at com.defold.extender.AsyncBuilder$$FastClassBySpringCGLIB$$3a887347.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.io.IOException: error: emit-module command failed with exit code 1 (use -v to see invocation)
/var/folders/sk/1rps9wzs79zdj9f2wz8m0yf00000gn/T/job14189348262439117672/CocoaPodsService/Pods/FirebaseRemoteConfig/FirebaseRemoteConfig/Swift/PropertyWrapper/RemoteConfigProperty.swift:18:21: error: no such module 'FirebaseRemoteConfigInternal'
  @_exported import FirebaseRemoteConfigInternal
                    ^
error: fatalError

	at com.defold.extender.ProcessExecutor.execute(ProcessExecutor.java:77)
	at com.defold.extender.ProcessExecutor$1.call(ProcessExecutor.java:120)
	at com.defold.extender.ProcessExecutor$1.call(ProcessExecutor.java:117)
	... 4 more

log.txt.zip

pod 'FirebaseRemoteConfig', '10.1.0' # Can't use newer version because of swift related version

It seems like there was a change in RemoteConfig in 10.2.0:
https://github.com/search?q=repo%3Afirebase%2Ffirebase-ios-sdk%20FirebaseRemoteConfigInternal&type=code

@AGulev
Copy link
Contributor Author

AGulev commented Jan 18, 2024

@britzl
Here is a Swift related issue I was talking about. I'm not entirely sure what's going on there. Maybe you'll find out.

@AGulev
Copy link
Contributor Author

AGulev commented Mar 10, 2024

log.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant