David Pasztor

Results 13 comments of David Pasztor

@ryanbooker have you managed to find a solution for making the SurveyMonkey iOS SDK work on M1? I've ran into the exact same issue and other than conditionally linking the...

Was afraid you'd say that :( I was hoping someone actually managed to get the device SDK working on the M1 simulator for SurveyMonkey as well, but it seems to...

@JohnSundell could we get this PR merged? Bash doesn't handle things such as wildcard chars in file paths correctly, which zsh does handle, so at the moment I need to...

I still have a problem with the method `- (nullable NSString *)lineGraph:(nonnull BEMSimpleLineGraphView *)graph labelOnXAxisForIndex:(NSInteger)index;` method in Swift using version 4.1 of the framework through CocoaPods. Declaring the function as...

I'm running into the same issue when trying to run a ksh script like this: `env -i CURRENT_ARCH=x86_64 arch=x86_64 "$SRCROOT"/../my_script.sh`, however this also resets the stored SSH credentials, which are...

@MojtabaHs sadly that still doesn't solve the issue. My current workaround is calling `carthage update --platform iOS --no-build` and then calling `xcodebuild ${PLATFORM_NAME} build` for all dependencies, but this is...

@drkibitz sadly that's not a solution for anyone whose build script relies on other environment variables that are not coming directly from Xcode, i.e. SSH keys for accessing the git-server...

Please don’t close this issue as it still hasn’t been fixed by the Carthage team after several months :(

@drkibitz I modified my pre-build script to call Carthage like `xcrun carthage update --platform iOS 2>&1`, but I still get the aforementioned issue

> I think this is a problem with your setup. > > Sent with [GitHawk](http://githawk.com) @blender Just did some further testing and I can reproduce the issue even from a...