Ammad

Results 9 issues of Ammad

After using ILRepack within the cake script. Repacking works like charm, successfully producing a merged DLL. I am repacking around 15 dll files. The end result is single dll file....

### Steps to Reproduce 1. While embedinating a C# source with following arguments: **mono** objcgen.exe **--gen**=obj-C **--platform=ios** -c -d -v --nativeexception **--bitcode**=true **--target**=framework **-o**=outputpath MyInputDllFile.dll 2. Embedination is successful, upon...

bug
objc

I have a project setup where I have two target class library projects - MyTargetProjectAndroid - MyTargetProjectiOS Both of them contains nuget package [Naxam.Paypal.OneTouch Android](https://www.nuget.org/packages/Naxam.Paypal.OneTouch/) and [Naxam.Paypal.OnTouch iOS](https://www.nuget.org/packages/Naxam.PayPalOneTouch.iOS/). In droid...

bug
objc

### Steps to Reproduce 1. Pass a parameter in a class constructor with export attribute, class inherits from Java.Lang.Object with register attribute. ### Expected Behavior Embeddination shouldn't fail. ### Actual...

bug
java
android

### Steps to Reproduce 1. Use latest version or any version greater than v8.0.0.37 of Xamarin.Android and perform Embeddination on a simple class. 2. Also, you might need to correct...

bug
java
android

### Steps to Reproduce 1. By using System.DateTime as a property with export attribute in Android class library project. 2. Run embedination command listed below to reproduce. ### Expected Behavior...

bug
c
android

I have a C# project, after embedination I get a nicely wrapped Objective-C framework. If I consume this project in any iOS application (Objective-C/Swift) works fine. If I try to...

bug
objc

I am trying to use Confuser, but its confusing me 😆 - Following is my .crproject file ``` MySearchPathToFindDependecies ``` - Everything goes well, my exception occurs within in the...

Thank you for this awesome project. I am using the [add_file_references](https://www.rubydoc.info/github/CocoaPods/Xcodeproj/Xcodeproj/Project/Object/PBXNativeTarget:add_file_references) to add the references to header/implementation files. The add_file_references method adds the reference to the file successfully but how...