José Rodrigues

Results 12 comments of José Rodrigues

I think 0.3.3 is not released yet, although the documentation refers it. I also needed it in order to update my project to kotlin 1.3.40.

``` Pod::Spec.new do |spec| spec.name = 'sdk' spec.version = '0.0.1-ALPHA-LOCAL' spec.homepage = 'www.mycompany.com' spec.source = { :git => "Not Published", :tag => "Cocoapods/#{spec.name}/#{spec.version}" } spec.ios.deployment_target = '10.0' spec.authors = 'Auhtor'...

``` apply plugin: 'kotlin-multiplatform' apply plugin: 'kotlinx-serialization' apply plugin: 'com.alecstrong.cocoapods' apply plugin: 'com.android.library' apply plugin: 'maven' apply plugin: 'maven-publish' android { compileSdkVersion 28 defaultConfig { minSdkVersion 21 targetSdkVersion 28 versionCode...

Hi, I removed the cocoapods block, form the build.gradle file and generated a new .podspec file. When i executing pod install i got 3 missing required attribute errors for 'authors',...

Hi, When i run `./gradlew createIosDebugArtifacts` from the command line i get this error: ``` >Task :smartwifi-sdk:createIosDebugArtifacts fatal error: lipo: can't open input file: /Users/jrodrigues/Documents/iOS/WiFiTest/WiFiTest/External/wifisdk/sdk/build/bin/ios/debugFramework/sdk.framework.dSYM/Contents/Resources/DWARF/sdk (No such file or directory)...

Hi, Here's a screenshot of my project dir. I think all the relevant files are visible, if not i can put another one. ![screenshot](https://user-images.githubusercontent.com/2815253/51856075-a70eb880-2326-11e9-8175-282f12e38ebc.png) Thanks for all the help

Sure: ![screenshot_2](https://user-images.githubusercontent.com/2815253/51857125-62d0e780-2329-11e9-940d-9cfa41cea1f7.png)

Hi, I think i found the "issue". When i shared the info with you i had to edit some info due to my company restrictions. Part of the info i...