extender icon indicating copy to clipboard operation
extender copied to clipboard

Native extension build server

Results 70 extender issues
Sort by recently updated
recently updated
newest added

There's a problem when merging Info.plists where the expected result is different depending on which type of key that is merged. **Case 1 - merging array of dictionaries with SKAdNetworkItems**...

enhancement

It seems like there's a risk that the build server removes a downloaded SDK to free up disk space even when it is currently in use by a running job....

Attempting to build extension-firebase for osx (adding a Podfile, allowing firebase_ios.mm to also build for DM_PLATFORM_OSX) fails with errors such as: ``` In file included from CocoaPodsService/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Delay.m:17: In file included...

osx

E.g. the user Tomires wants to build save dialogues for Linux, but the docker container doesn't currently contain such libraries. The user tried something like this to work "g++ gtktest.cpp...

linux

(LINK REMOVED)Today, we compile .c files with clang++, which enables other code checks. EDIT: Also support .m files

Occasionally we get this error, regarding the "thin pool". It turns out AWS/Docker doesn't reclaim unused space automatically. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/CannotCreateContainerError.html sudo sh -c "docker ps -q | xargs docker inspect --format='{{...

For some reason `jetifier` doesn't apply for dependencies specified in gradle file. Example project: [Archive.zip](https://github.com/defold/extender/files/11914695/Archive.zip) More info on forum https://forum.defold.com/t/add-helpshift-question/73562/17

Sometimes it fails on `CannotPullContainer` due to disk out of space. It seems the folder `/var/lib/docker/tmp` fills up with `GetImageBlob224773415` temp files. Due to our big container size, it comes...

The pod cache can grow quickly if the server gets a lot of build requests for a variety of extensions. Having a cronjob will not guarantee that we don't run...

ios
osx